Cortex > Metrics
Administration
Cortex > System Health
Cortex > Session Management
Cortex > Index Management
Cortex > Document Operations
Cortex > Search Operations
Cortex > A/B Testing
Cortex > Analytics
Cortex > Feedback
Nous > Health
Nous > A/B Testing
Nous > Adaptation
Nous > Learning > Models
Nous > Learning > Search Patterns
Nous > Learning > Feedback
Nous > Learning > Metrics and Events
Nous > Signals
Cortex > Analytics
Log Search Analytics
POST
/
cortex
/
analytics
/
search
Copy
curl --request POST \
--url https://api.sophra.org/api/cortex/analytics/search \
--header 'Content-Type: application/json' \
--data '{
"query": "machine learning optimization",
"searchType": "hybrid",
"totalHits": 150,
"took": 234,
"sessionId": "sess_abc123",
"facets": {
"authors": [
"John Smith",
"Jane Doe"
],
"tags": [
"AI",
"ML"
],
"yearPublished": {
"min": 2020,
"max": 2024
},
"source": [
"arXiv",
"IEEE"
],
"selectedFilters": {
"contentType": "research-paper",
"language": "en",
"hasCode": true
}
}
}'
Body
application/json
Response
201
Search analytics logged successfully
Copy
curl --request POST \
--url https://api.sophra.org/api/cortex/analytics/search \
--header 'Content-Type: application/json' \
--data '{
"query": "machine learning optimization",
"searchType": "hybrid",
"totalHits": 150,
"took": 234,
"sessionId": "sess_abc123",
"facets": {
"authors": [
"John Smith",
"Jane Doe"
],
"tags": [
"AI",
"ML"
],
"yearPublished": {
"min": 2020,
"max": 2024
},
"source": [
"arXiv",
"IEEE"
],
"selectedFilters": {
"contentType": "research-paper",
"language": "en",
"hasCode": true
}
}
}'
Assistant
Responses are generated using AI and may contain mistakes.